1482: on mouseUp global DoubleFlag if the doubleClick then set DoubleFlag = true dontpassevent end if if doubleFlag then set doubleFlag = false else go marker(-1) end ifend mouseUp
1483: on mouseUp global DoubleFlag if the doubleClick then set DoubleFlag = true dontpassevent end if if doubleFlag then set doubleFlag = false else go marker(1) end ifend mouseUp
1484: on mouseup repeat with x = 1 to 24 puppetsprite x, true end repeat go to frame "menu"end mouseup
1485: on mouseUp when timeOut then nothing repeat with x = 1 to 24 puppetSprite x, true end repeat go to frame "exit"end mouseUp